home *** CD-ROM | disk | FTP | other *** search
- Path: jaring.my!usenet
- From: meimei@pl.jaring.my
- Newsgroups: comp.lang.c
- Subject: help encryption program
- Date: Sun, 14 Jan 1996 16:29:00 GMT
- Organization: Unconfigured
- Message-ID: <4dbb0o$dbm@jaring.my>
- NNTP-Posting-Host: j2.brf10.jaring.my
- X-Newsreader: Forte Free Agent 1.0.82
-
- Requirement :
- ==========
-
- A encryption scheme is to interchange letters of the alphabet on a
- one-to-one basis. This can be accomplished with a transalation table
- for the 52 lowercase and uppercase letters.
-
- Write a C program that implements such a scheme to encode text. The
- program must also have the option to decode text thst has been
- encoded. The user must select whether he wants to encode or decode the
- text and then type in the appropriate text.
-
- Can anyone solve the above problem ?
-
-